home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / setup_ut / chief200 / readme.txt < prev    next >
Text File  |  1995-09-15  |  9KB  |  212 lines

  1.            CHIEF'S INSTALLER PRO FOR WINDOWS v2.00
  2.            ---------------------------------------
  3.  
  4.     ** WINNER OF PC PLUS MAGAZINE'S GOLD AWARD (U.K., APRIL 1995) ***
  5.  
  6.     (c) 1994-1995, Dr. Abimbola A. Olowofoyeku (The African Chief)
  7.     --------------------------------------------------------------
  8.  
  9.     To install this package, you can either run INSTALL.EXE or
  10.     SETUP.EXE. If you want to see a sample of the full range of
  11.     features, then you need to run SETUP.EXE.
  12.  
  13.     Files in the package
  14.     --------------------
  15.     1.  INSTALL.EXE    (Chief's Installer Pro main executable)
  16.     2.  SETUP.EXE      (loader for INSTALL.EXE)
  17.     3.  WINSTALL.INF   (the INF file)
  18.     4.  UNINSTAL.EXE   (Chief's Windows UNinstaller)
  19.     5.  WINSTALP.DLL   (binary for the "banner" routines)
  20.     6.  WINSTALZ.DLL   (optional binary; required for the UNZIP functions)
  21.     7.  WINSTALC.DLL   (optional and sample ICONS DLL for the installer)
  22.     8.  WINSTALL.HLP   (optional and sample help file for the installer)
  23.     9.  CTL3DV2.DLL    (OPTIONAL DLL for 3D dialogs)
  24.     10. WINSTALL.ZIP   (contains resource script for WINSTALL.DLL, and
  25.                        (a number of precompiled language DLLs)
  26.     11. UNINST.ZIP     (contains resource script for UNINST.DLL, and
  27.                        (an English version of the DLL)
  28.     12. AUTOCALC.EXE   (The Chief's Installer Pro IDE and Project Manager)
  29.     13. AUTOCALC.HLP   (documentation for AUTOCALC.EXE)
  30.     14. AUTODLL.EXE    (additional binary for AUTOCALC.EXE)
  31.     15. CHIEF.HLP      (Help file for Chief's Installer)
  32.     16. CHIEF.WRI      (Straight dump of CHIEF.HLP in MS-Write format)
  33.     17. README.TXT     (This file)
  34.     18. SHOWLOG.EXE    (DOS utility to show contents of LOG file)
  35.     19. SHOWLOG.TXT    (documentation for SHOWLOG.EXE)
  36.     20. SAMPLExx.INF   (sample INF files for WINSTALL.INF)
  37.     21. FILE_ID.DIZ    (ID file for BBS SYSOPS)
  38.     22. REGISTER.TXT   (Registration information)
  39.     23. ORDER.FRM      (Order form)
  40.     24. TOTOOLZ.EXE    (encryption program for credit card orders 
  41.                  to Todd Merriman)
  42.  
  43.  
  44.     What is CHIEF'S INSTALLER PRO?
  45.     ------------------------------
  46.     Chief's Installer Pro for Windows (hereinafter referred to as
  47.     "ChiefPro") is an AWARD WINNING program for the installation of Windows
  48.     applications (i.e., an "off-the-shelf" installation suite). The program
  49.     will copy files from floppy disks (or a directory on a hard disk) to the
  50.     destination directory. If the files are compressed with Microsoft's
  51.     COMPRESS.EXE they will be decompressed automatically. In this respect
  52.     Chief's Installer Pro uses the routines in LZEXPAND.DLL. If the files
  53.     are not compressed, they will simply be copied. Chief's Installer Pro
  54.     also supports ZIP archives with a $UNZIP command.
  55.  
  56.  
  57.     INSTALLATION
  58.     ------------
  59.     You can either;
  60.       [a] simply copy all the files into a directory,
  61.           or
  62.       [b] run SETUP.EXE from Program Manager or File Manager
  63.           or
  64.       [c] run INSTALL.EXE from Program Manager or File Manager
  65.  
  66.  
  67.     FEATURES
  68.     --------
  69.     1. You can install into any combination of the following;
  70.          (a) ONE destination directory, and subdirectories under it
  71.          (b) the Windows directory
  72.          (c) the Windows SYSTEM directory
  73.          (d) the TEMP directory
  74.          (e) any other specified directory
  75.  
  76.     2. A maximum of 64 installation disks are supported.
  77.     3. ChiefPro will optionally offer to put the destination directory
  78.        into the "PATH" statement in AUTOEXEC.BAT
  79.     4. ChiefPro will optionally create a Program Manager group file, and
  80.        icons for any supplied file(s) - .EXEs, README files, etc.
  81.     5. ChiefPro will optionally run any supplied program(s) during the
  82.        installation, as part of the installation process.
  83.     6. ChiefPro will optionally run any supplied program(s) immediately after
  84.        the installation is complete
  85.     7. The stipulated format of the WINSTALL.INF file must be followed
  86.        strictly.
  87.     8. ChiefPro allows you to supply on-line help for the installation.
  88.     9. ChiefPro will check whether there is sufficient space on the target
  89.        drive
  90.    10. ChiefPro will make entries in any INI (or other) file(s) specified
  91.        by you.
  92.    11. ChiefPro provides support for non-English languages
  93.    12. ChiefPro provides support for PARTIAL INSTALLATIONS of program.
  94.    13. ChiefPro provides support for displaying a "banner" in the
  95.        background.
  96.    14. ChiefPro provides support for displaying a bitmap file, stretched
  97.        to fill the screen.
  98.    15. ChiefPro will optionally check the disks being inserted by the user to
  99.        verify that they are the correct ones.
  100.    16. ChiefPro provides an UNINSTALLER,
  101.    17. ChiefPro will check the target directory for the
  102.        existence of any copy of each file being installed, and will prompt
  103.        the user for overwrite permission.
  104.    18. ChiefPro will check for version information in
  105.        existing copies of shared binary files, and for date stamps in
  106.        non-shared files.
  107.    19. ChiefPro will use the 3D dialog effects in CTL3DV2.DLL.
  108.    20. ChiefPro provides support for restarting Windows if any
  109.        active shared file was overwritten.
  110.    21. ChiefPro provides support for displaying a README file to
  111.        the user when the installer is executed.
  112.    22. ChiefPro provides support for making entries into the the
  113.        Registration Database.
  114.    23. ChiefPro provides limited support for the installation
  115.        of TrueType fonts.
  116.    24. ChiefPro will recursively create subdirectories under
  117.        the directory tree of the target directory.
  118.    25. ChiefPro features a batch language for optional batch
  119.        file processing.
  120.    26. ChiefPro supports UNZIP
  121.    27. ChiefPro functions properly under Windows 3.1x, Windows
  122.        95, Windows NT 3.5x and OS/2.
  123.    28. ChiefPro has a new GUI front end (or IDE) and a Project
  124.        Manager, for managing your installation projects.
  125.    29. ChiefPro has support for converting VB Setup Wizard
  126.        .VBZ files to the Chief's INF format.
  127.    30. ChiefPro features a new compiler for INF files and
  128.        batch files.
  129.    
  130.  
  131.     LICENSE
  132.     -------
  133.     Chief's Installer Pro IS *NOT* FREE SOFTWARE.
  134.                           ^^^^^^^^^^^^^^^^^^^^^^^
  135.     Chief's Installer Pro is released as SHAREWARE. This means that you may
  136.     use it, and/or supply it as the installation routine for any of your
  137.     applications, as long as;
  138.                   -----------
  139.  
  140.        [1] You PAY THE REQUIRED REGISTRATION FEE
  141.  
  142.        AND,
  143.  
  144.        [2] My name does NOT appear ANYWHERE in your application's
  145.            documentation - I can not answer questions from any of
  146.            your customers.
  147.  
  148.  
  149.    The REGISTRATION FEE is ú39.99 (U.K. Sterling); or $59.99 (US); or
  150.    equivalent.
  151.  
  152.     SHAREWARE DISTRIBUTION
  153.     ----------------------
  154.     You may distribute the package freely to FTP sites, Bulletin
  155.     Boards, Shareware/Freeware/Public Domain archives, CD-ROMS, Magazine
  156.     Cover Disks and CD-ROMS, etc. Shareware disk vendors also may also
  157.     freely freely distribute the package.
  158.  
  159.     Distribution of the package in any form (other than as the installation
  160.     program for your Windows applications), is subject to ALL the
  161.     following conditions;
  162.  
  163.        [1] ALL the files which I have supplied must be included,
  164.        and
  165.        [2] NO ATTEMPT must be made to modify or alter ANYTHING in any of
  166.            the files,
  167.        and
  168.        [3] You must not charge ANYTHING for distributing this package (disk
  169.            vendors may charge a reasonable fee, not exceeding $5 (US) - or
  170.            equivalent - for media and duplication).
  171.  
  172.  
  173.  
  174.     Please note the disclaimers below.
  175.  
  176.     DISCLAIMER
  177.     ----------
  178.     I DO NOT WARANTEE ANYTHING CONCERNING ANY OF THE PROGRAMS OR FILES
  179.     WHICH MAKE UP "CHIEF'S INSTALLER PRO FOR WINDOWS". I ACCEPT NO
  180.     RESPONSIBILITY FOR ANY LOSS OR DAMAGE OF ANY KIND, INCLUDING, BUT
  181.     NOT LIMITED TO, LOSSES OF A PHYSICAL, MENTAL, SOCIAL, FINANCIAL,
  182.     MARITAL, OR OF WHATEVER NATURE, RESULTING FROM THE USE, OR THE
  183.     PURPORTED USE OF CHIEF'S INSTALLER PRO FOR WINDOWS", OR ANY OF THE
  184.     FILES IN THE PACKAGE, FOR ANY PURPOSE WHATSOEVER. I DO NOT EVEN
  185.     WARANTEE THAT THE PROGRAMS WILL NOT KILL YOU.
  186.  
  187.     YOU USE CHIEF'S INSTALLER PRO FOR WINDOWS ENTIRELY AT YOUR OWN RISK,
  188.     AND YOU SUPPLY IT TO YOUR CUSTOMERS, FRIENDS, FAMILY, ACQUAINTANCES,
  189.     OR ENEMIES, ENTIRELY AT YOUR OWN RISK.
  190.  
  191.     IF THESE TERMS ARE NOT ACCEPTABLE TO YOU, THEN PLEASE DELETE ALL
  192.     THE FILES FROM YOUR DISKS IMMEDIATELY AND PERMANENTLY.
  193.  
  194.  
  195.     Contact address:
  196.     ----------------
  197.     Dr. Abimbola Olowofoyeku
  198.     268 HORWOOD
  199.     NEWCASTLE
  200.     STAFFS ST5 5BQ
  201.     ENGLAND
  202.  
  203.  
  204.     Email: laa12@keele.ac.uk
  205.            chief@mep.com
  206.  
  207.       --------------------
  208.       Dr. A. Olowofoyeku
  209.       September 1995
  210.       --------------------
  211.  
  212.